Laminas Framework API Reference
Home
GitHub
All Components
→
laminas/laminas-cache
→
Class TotalSpaceCapableInterface
Interface TotalSpaceCapableInterface
Summary
Fully Qualified Name:
Laminas\Cache\Storage\TotalSpaceCapableInterface
Description
Methods
Name
Description
Defined By
getTotalSpace()
Get total space in bytes
TotalSpaceCapableInterface
Method Details
getTotalSpace()
Get total space in bytes
Returns: int|float
Top